home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Tools & Utilities
/
Collection of Tools and Utilities.iso
/
batchut
/
sputls.zip
/
STRIPTAB.DOC
< prev
next >
Wrap
Text File
|
1991-01-06
|
1KB
|
48 lines
Remove Tabs version 1.2 (C) SPETER SOFTWARE, January 1991.
This program will remove the tab-characters from the input file, replacing
them with space-characters and write the result to the specified output file.
The program was written in Borland's Turbo Pascal 5.5
Usage:
------
1: STRIPTAB [/h]
Output a help screen.
/h (optional)
2: STRIPTAB [/i<num>] in-file out-file
Remove all TAB characters from the specified input file.
/i<num> (optional) sets <num> to be the tab increment value (the
default is 8);
in-file an existing file (name can include a path);
lines in the file must be less than 256
characters long;
out-file must be an valid DOS file-name (can include a
path).
Example:
--------
striptab /i4 infile outfile
Replaces every TAB character in "infile" with one or more SPACEs, assuming the
tab increment was 4 characters; the result is written to "outfile".
Correspondence:
---------------
Please address any comments to:
Stephen Peter
INTERNET:
steve@cad0.arch.unsw.oz.au
POST:
SPETER SOFTWARE
P.O. BOX 643
LANE COVE
NSW 2066
AUSTRALIA